hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
AudioConfig
hip
api
data
audio
Undocumented in source.
struct
AudioConfig {
int
sampleRate
;
AudioFormat
format
;
uint
channels
;
int
bufferSize
;
static
enum
defaultBufferSize
;
static
AudioConfig
musicConfig
();
static
AudioConfig
androidConfig
();
static
AudioConfig
lightweightConfig
();
uint
getBitDepth
();
}
Members
Functions
getBitDepth
uint
getBitDepth
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
androidConfig
AudioConfig
androidConfig
()
Undocumented in source. Be warned that the author may not have intended to support it.
lightweightConfig
AudioConfig
lightweightConfig
()
Undocumented in source. Be warned that the author may not have intended to support it.
musicConfig
AudioConfig
musicConfig
()
Returns a default audio configuration for 2D
Static variables
defaultBufferSize
enum
defaultBufferSize
;
Undocumented in source.
Variables
bufferSize
int
bufferSize
;
Undocumented in source.
channels
uint
channels
;
Undocumented in source.
format
AudioFormat
format
;
Undocumented in source.
sampleRate
int
sampleRate
;
Undocumented in source.
Meta
Source
See Implementation
hip
api
data
audio
enums
AudioFormat
HipAudioEncoding
functions
getEncodingFromName
interfaces
IHipAudioDecoder
manifest constants
audioConfigDefaultBufferSize
structs
AudioConfig